Einhugur Word Plugin for Xojo

Paragraph.Text Property

Returns combined text for all Runs in the Paragraph.

Text as String {Read}

Remarks

This property is read only since the text parts live in the Runs under the Paragraph, which can be separated into many part depending on how much styling is done.

If the paragraph has tab zones then the text will be returned as tab delimited string.

See Also

Paragraph Class